home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap25 / dun25_4.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  1.1 KB  |  33 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6.  
  7. <TITLE>John Doe's Image Gallery</TITLE>
  8.  
  9. <STYLE TYPE="text/css">
  10.  
  11. BODY {
  12.  
  13.  font: normal 12pt/14pt Verdana, sans-serif;
  14.  
  15.  color: black; background-color: white;
  16.  
  17. }
  18.  
  19. H1 { font-weight: bold; font-size: 150%; text-align: center }
  20.  
  21. H2 { font-weight: bold; font-size: 120%; }
  22.  
  23. I { font-style: italic }
  24.  
  25. B { font-weight: bolder }
  26.  
  27. U { text-decoration: underline }
  28.  
  29. P.links { font-size: smaller; text-align: center }
  30.  
  31. P.images { text-align: center }
  32.  
  33. </STYLE>
  34.  
  35. </HEAD>
  36.  
  37. <BODY>
  38.  
  39. <H1>John Doe's Image Gallery</H1>
  40.  
  41. <P>Here are some pictures you might find interesting.
  42.  
  43. Follow the link on each Thumbnail to view the whole picture.
  44.  
  45. <P CLASS="images">
  46.  
  47. <A HREF="images/image01.gif"><IMG SRC="images/thumb01.gif"></A>
  48.  
  49. <A HREF="images/image02.gif"><IMG SRC="images/thumb02.gif"></A>
  50.  
  51. <A HREF="images/image03.gif"><IMG SRC="images/thumb03.gif"></A>
  52.  
  53. </P>
  54.  
  55. <HR>
  56.  
  57. <P CLASS="links"><A HREF="../index.html">[Home]</A> <A 
  58. HREF="mailto:johndoe@somewhere.org">[Mail]</A></P>
  59.  
  60. </BODY>
  61.  
  62. </HMTL>
  63.  
  64.